Use frame_num and reference instead of poc for matching frames for direct
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 5 Aug 2008 00:08:32 +0000 (00:08 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 5 Aug 2008 00:08:32 +0000 (00:08 +0000)
commit42de393dcb354c2981cdd39aa52992dc77594feb
treeafa8385521db86fd674708380fcda5128729c719
parent6c86c44b8326b40d119bc8997a59de7f328f21c7
Use frame_num and reference instead of poc for matching frames for direct
mode MBs, this seems to work better with field/frame mixes. POC of both
can be the same and can be different that makes its use tricky.

Originally committed as revision 14545 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264.c