This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
vaapi: fix argument for ff_vaapi_common_end_frame call
tags/n2.0
Janne Grunau
12 years ago
parent
12e25ed284
commit
b066d90211
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/vaapi.c
+ 1
- 1
libavcodec/vaapi.c
View File
@@ -212,7 +212,7 @@ int ff_vaapi_mpeg_end_frame(AVCodecContext *avctx)
ff_mpeg_draw_horiz_band(s, 0, s->avctx->height);
finish:
ff_vaapi_common_end_frame(avctx
->priv_data
);
ff_vaapi_common_end_frame(avctx);
return ret;
}
Write
Preview
Loading…
Cancel
Save