[FFmpeg-cvslog] r17909 - trunk/libavformat/rmdec.c

Ronald S. Bultje rsbultje
Mon Mar 9 14:54:24 CET 2009


Hi Kostya,

On Mon, Mar 9, 2009 at 10:34 AM, Kostya <kostya.shishkov at gmail.com> wrote:
> I think I've mentioned this could be further simplified to:
[..]
> ?if(rm->old_format){
> ? set packet parameters
> ?}else
> ? sync();
> ?res = ff_parse_packet();
> ?if(res != -1)
> ? return res;

You're right, I'll do this in my next patch.

> but you are on the right track ;)

:-).

Ronald




More information about the ffmpeg-cvslog mailing list