]> git.sesse.net Git - ffmpeg/commit
Remove packet returning in ff_rm_parse_packet() if we're using the packet
authorRonald S. Bultje <rsbultje@gmail.com>
Mon, 16 Mar 2009 12:57:49 +0000 (12:57 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Mon, 16 Mar 2009 12:57:49 +0000 (12:57 +0000)
commitc5efef7be9a088f2cf4db0d2cf4920da9fa3e0a8
treec171d432dd936f37e5e86a8408e8ecbeb53e7d11
parent748a4312b45ad1772713941f57aecb87a9aef20f
Remove packet returning in ff_rm_parse_packet() if we're using the packet
cache, since this can already be accessed through ff_rm_retrieve_cache().
See "[PATCH] rmdec.c: remove cache access duplication" thread.

Originally committed as revision 18009 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rdt.c
libavformat/rm.h
libavformat/rmdec.c