mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
indent
Originally committed as revision 14399 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d4f7d83866
commit
b3e93fd408
@ -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…
x
Reference in New Issue
Block a user