Browse Source

indent

Originally committed as revision 14399 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 17 years ago
parent
commit
b3e93fd408
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      libavcodec/h264.c

+ 3
- 3
libavcodec/h264.c View File

@@ -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;
}
}



Loading…
Cancel
Save