summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-07-25 21:51:50 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-07-25 21:51:50 +0000
commitb3e93fd408529f86e6c63c8771a74947eaf75b6c (patch)
treeb0a16561a79a7f74d20a6bee90132f6caa9103e1 /libavcodec/h264.c
parentd4f7d8386693beb987382ece8bb7499955620388 (diff)
indent
Originally committed as revision 14399 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r--libavcodec/h264.c6
1 files 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;
}
}