mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +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:
@@ -37,8 +37,6 @@ int ff_load_image(uint8_t *data[4], int linesize[4],
|
||||
|
||||
av_init_packet(&pkt);
|
||||
|
||||
av_register_all();
|
||||
|
||||
iformat = av_find_input_format("image2pipe");
|
||||
if ((ret = avformat_open_input(&format_ctx, filename, iformat, NULL)) < 0) {
|
||||
av_log(log_ctx, AV_LOG_ERROR,
|
||||
|
||||
Reference in New Issue
Block a user