[FFmpeg-devel] [PATCH] rmdec.c: remove cache access duplication
Kostya
kostya.shishkov
Wed Mar 11 06:34:56 CET 2009
On Wed, Mar 11, 2009 at 12:59:36AM -0400, Ronald S. Bultje wrote:
> Hi,
>
> as suggested by Kostya, attached patch removes the duplicate code in
> ff_rm_parse_packet() to read cache data while we could just as well
> recurse and let the parent function do that. Attached patch does the
> correct thing.
>
> Ronald
looks ok but you'd better split changing ff_parse_packet() return result
behaviour into separate patch (I don't see any changed return commands
though)
More information about the ffmpeg-devel
mailing list