Make frames non reference by default, so they are disposed of automatically
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 18 Jul 2008 20:59:17 +0000 (20:59 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 18 Jul 2008 20:59:17 +0000 (20:59 +0000)
commit197ea524433322064ebcbeee437c8695b01aab00
tree35eadb7d43c9b2c88f8338e6c89a682b017b927e
parent44eb047a5bdb06511c334e67a309d69509855453
Make frames non reference by default, so they are disposed of automatically
in MPV_frame_start() if we break out due to an error at a random place.
Fixes issue334

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