[FFmpeg-devel] [PATCH] RTSP muxer, round 4

Ronald S. Bultje rsbultje
Fri Feb 19 17:55:59 CET 2010


Hi,

On Fri, Feb 19, 2010 at 11:27 AM, Ronald S. Bultje <rsbultje at gmail.com> wrote:
> On Fri, Feb 19, 2010 at 2:41 AM, Martin Storsj? <martin at martin.st> wrote:
>> Here's the latest version of the RTSP muxer, addressing Ronalds latest
>> comments.
>
> Patch 0001 is applied also (r21896).
>
> I'm checking to make sure the use of is_output is necessary and then
> I'll apply that also.

+    /** This flag says if this is an output or input context. */
+    int is_output;

I'm wondering if we discussed this before. Can you use
AVFormatContext->oformat != NULL instead of is_output? Or something
along those lines?

Ronald



More information about the ffmpeg-devel mailing list