<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br><br>
You can do --enable-decoder=aac,h264,vc1 to make the configure line more<br>
readable.<br>
<br></blockquote><div>Thanks - it's good to learn even basic things like this!</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">libavcodec's skip_frame option works fine for h264 and vc1, I strongly suggest<br>
that you don't try to reimplement it after testing with "ffmpeg" that it does<br>
exactly what you need.<br>
<br><br></blockquote><div>I'm confused with your negatives in that sentence.  I can't use "ffmpeg" because I need to take the decoded frame from memory and copy it to my hardware to output on the HDMI port.  So I don't want to reimplement it, but I want to be able to enable it in the calls to the codec within my code.</div><div><br></div><div>Simon </div></div></div>