<div dir="ltr">Thanks,<div>So just to make sure I correctly understand what I need to do:</div><div><br></div><div>1. First I have to create a demuxer instance with libavformat, feed it with the stream and get demuxed frames back from it.</div><div>2. grab the demuxed frames and decode them using the decoder instance (libavcodec).<br><br><div class="gmail_quote">On Tue, May 5, 2015 at 12:28 PM Carl Eugen Hoyos <<a href="mailto:cehoyos@ag.or.at">cehoyos@ag.or.at</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Gal Bar Mashiah <galbarm@...> writes:<br>
<br>
> I'm trying to figure out how to force the mxg demuxer.<br>
<br>
Please try av_find_input_format("mxg").<br>
<br>
> I did it from the command line but I'm not sure how<br>
> to do it when working with the libavcodec the way I<br>
> described.<br>
<br>
Note that this is about libavformat (the demuxer), not<br>
libavcodec (the decoder).<br>
<br>
Carl Eugen<br>
<br>
_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org" target="_blank">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
</blockquote></div></div></div>