OSDN Git Service

Allow PS envelope fixup when ps->num_env_old <= 1.
authorAlex Converse <alex.converse@gmail.com>
Sun, 20 Jun 2010 19:38:08 +0000 (19:38 +0000)
committerAlex Converse <alex.converse@gmail.com>
Sun, 20 Jun 2010 19:38:08 +0000 (19:38 +0000)
commitd23077af564604ee376f4c88cadb8149c2954d6f
tree94b5c3b0bae146c946de176afebb84a8aedd482f
parentbd9e0e29055f611a34b1af9a4f5cea5e68c18ceb
Allow PS envelope fixup when ps->num_env_old <= 1.

It is already rejected by the "source >= 0 && source != ps->num_env" 0 envelope
case and is perfectly legally for the suppressed final envelope case.

Originally committed as revision 23661 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ps.c