[FFmpeg-devel] [PATCH] iff/8svx: move decoding/deinterleaving in demuxer

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun May 29 10:54:29 CEST 2011



On 28 May 2011, at 13:42, Stefano Sabatini <stefano.sabatini-lala at poste.it> wrote:

> This is required for making possible to return audio data in packets
> rather than return a huge packet with all the chunk data, which is
> problematic for applications.
> 
> In particular ffplay cannot pause in the middle of a packet.

Have you tested with other applications? ffplay just has a stupid implementation, IMO that is not at all a good reason to move stuff that does not belong there into libavformat.
Also, would remuxing still work properly after that change (assuming we had a muxer for the format)?
> 


More information about the ffmpeg-devel mailing list