mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52: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:
@@ -97,8 +97,6 @@ int main(int argc, char **argv)
|
||||
if (!graph_ctx)
|
||||
return 1;
|
||||
|
||||
avfilter_register_all();
|
||||
|
||||
/* get a corresponding filter and open it */
|
||||
if (!(filter = avfilter_get_by_name(filter_name))) {
|
||||
fprintf(stderr, "Unrecognized filter with name '%s'\n", filter_name);
|
||||
|
||||
Reference in New Issue
Block a user