From b3e93fd408529f86e6c63c8771a74947eaf75b6c Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 25 Jul 2008 21:51:50 +0000 Subject: [PATCH] indent Originally committed as revision 14399 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 699930fd2f..30f332323c 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -2771,9 +2771,9 @@ static int split_field_copy(Picture *dest, Picture *src, if (match) { *dest = *src; if(parity != PICT_FRAME){ - pic_as_field(dest, parity); - dest->pic_id *= 2; - dest->pic_id += id_add; + pic_as_field(dest, parity); + dest->pic_id *= 2; + dest->pic_id += id_add; } }