1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00
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

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