Thanks,
So just to make sure I correctly understand what I need to do:

1. First I have to create a demuxer instance with libavformat, feed it with
the stream and get demuxed frames back from it.
2. grab the demuxed frames and decode them using the decoder instance
(libavcodec).

On Tue, May 5, 2015 at 12:28 PM Carl Eugen Hoyos <[email protected]> wrote:

> Gal Bar Mashiah <galbarm@...> writes:
>
> > I'm trying to figure out how to force the mxg demuxer.
>
> Please try av_find_input_format("mxg").
>
> > I did it from the command line but I'm not sure how
> > to do it when working with the libavcodec the way I
> > described.
>
> Note that this is about libavformat (the demuxer), not
> libavcodec (the decoder).
>
> Carl Eugen
>
> _______________________________________________
> Libav-user mailing list
> [email protected]
> http://ffmpeg.org/mailman/listinfo/libav-user
>
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to