mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-05 16:57:44 +08:00
examples: Don't call deprecated functions which don't do anything
This commit is contained in:
@@ -125,8 +125,6 @@ int main(int argc, char *argv[])
|
||||
goto close;
|
||||
}
|
||||
|
||||
avcodec_register_all();
|
||||
|
||||
err = av_hwdevice_ctx_create(&hw_device_ctx, AV_HWDEVICE_TYPE_VAAPI,
|
||||
NULL, NULL, 0);
|
||||
if (err < 0) {
|
||||
|
Reference in New Issue
Block a user