Move add_to_pktbuf() before av_read_packet(). My future work on codec identification
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 12 Jul 2008 14:28:27 +0000 (14:28 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 12 Jul 2008 14:28:27 +0000 (14:28 +0000)
commit9d3b9f2cceca2ca3670a6b80cfc1b4d0f09ff6d1
treed69eaf61d1e6f79b382dde3626f421f892cc90c3
parent64cd3108dfc400dc456975ae893d313b6088e59b
Move add_to_pktbuf() before av_read_packet(). My future work on codec identification
cleanup will need this.

Originally committed as revision 14181 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/utils.c