use a dynamic ByteIOContext instead of using the lavf buffer
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 9 Aug 2007 12:38:24 +0000 (12:38 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 9 Aug 2007 12:38:24 +0000 (12:38 +0000)
commit8d9a3f7e21435ddf47635909c90f56f8c966397b
tree91d79a71c43434a26fc8a70a064a10c73572d3df
parent0809b51e528067ad94ff0ca31e91b02526197774
use a dynamic ByteIOContext instead of using the lavf buffer
this makes the code work with big packets, it is also simpler and saves
a byte or 2

Originally committed as revision 10015 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/nut.h
libavformat/nutenc.c