Originally committed as revision 14399 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2008-07-25 21:51:50 +00:00
parent d4f7d83866
commit b3e93fd408
1 changed files with 3 additions and 3 deletions

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