OSDN Git Service

Set field_poc (it was half uninitialized before) and use it
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 24 Jul 2008 23:43:44 +0000 (23:43 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 24 Jul 2008 23:43:44 +0000 (23:43 +0000)
commit357282c6f3c990833d0508c234ac4522d536c4ac
tree58ccd27b1acafdb1253a6fa1fc1bc098921ee0f1
parentb78a6baaf1e25f93cae070526448d5246b31a334
Set field_poc (it was half uninitialized before) and use it
instead of the fragile first_field check to determine if we have
2 fields at the end.

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