mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-11-09 04:01:02 +00:00
examples: Don't call deprecated functions which don't do anything
This commit is contained in:
parent
c69054fa24
commit
10bcc41bb4
20 changed files with 0 additions and 40 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue