You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
K&R whitespace cosmetics
Originally committed as revision 17337 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -69,7 +69,7 @@ int ff_xvmc_field_start(MpegEncContext*s, AVCodecContext *avctx)
|
|||||||
|
|
||||||
assert(avctx);
|
assert(avctx);
|
||||||
if (!render || render->magic_id != AV_XVMC_RENDER_MAGIC ||
|
if (!render || render->magic_id != AV_XVMC_RENDER_MAGIC ||
|
||||||
!render->data_blocks || !render->mv_blocks){
|
!render->data_blocks || !render->mv_blocks) {
|
||||||
av_log(avctx, AV_LOG_ERROR,
|
av_log(avctx, AV_LOG_ERROR,
|
||||||
"Render token doesn't look as expected.\n");
|
"Render token doesn't look as expected.\n");
|
||||||
return -1; // make sure that this is a render packet
|
return -1; // make sure that this is a render packet
|
||||||
|
Reference in New Issue
Block a user