Remove pointless setting of pkt->size, av_get_packet already handles this.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Thu, 1 Oct 2009 17:22:01 +0000 (17:22 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Thu, 1 Oct 2009 17:22:01 +0000 (17:22 +0000)
commitd4c1803e0e5258b2157be9fae8bf1fd2c295f56c
tree6f30e8781a5c24f7e0216a6073d4416fab3a4b41
parentb46c98bf66d41030ccf59f0bb876bab8dd128134
Remove pointless setting of pkt->size, av_get_packet already handles this.

Originally committed as revision 20128 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/raw.c