mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-24 16:40:06 +08:00
lav*,tests: remove several register_all calls
avdevice_register_all() is still required to register devices into lavf (this is required due to lavd being somewhat of a hack). Signed-off-by: Josh de Kock <josh@itanimul.li>
This commit is contained in:
@@ -91,9 +91,6 @@ int main(int argc, char **argv)
|
||||
av_dict_set(&format_opts, "channels", "1", 0);
|
||||
av_dict_set(&format_opts, "sample_rate", "22050", 0);
|
||||
|
||||
/* initialize libavcodec, and register all codecs and formats */
|
||||
av_register_all();
|
||||
|
||||
if (argc < 2) {
|
||||
printf("usage: %s input_file\n"
|
||||
"\n", argv[0]);
|
||||
|
||||
Reference in New Issue
Block a user