<div class="gmail_quote">On Sat, Mar 10, 2012 at 12:48 AM, Jason Martens <span dir="ltr"><<a href="mailto:cacepi@gmail.com">cacepi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
---<br>
 input/lavf.c |    2 +-<br>
 1 files changed, 1 insertions(+), 1 deletions(-)<br>
<br>
diff --git a/input/lavf.c b/input/lavf.c<br>
index b3b7fc6..8ca5fe7 100644<br>
--- a/input/lavf.c<br>
+++ b/input/lavf.c<br>
@@ -245,7 +245,7 @@ static int close_file( hnd_t handle )<br>
 {<br>
     lavf_hnd_t *h = handle;<br>
     avcodec_close( h->lavf->streams[h->stream_id]->codec );<br>
-    av_close_input_file( h->lavf );<br>
+    avformat_close_input( &h->lavf );<br>
     free( h );<br>
     return 0;<br>
 }<br>
<span class="HOEnZb"><font color="#888888">--<br>
1.7.7.5 (Apple Git-26)<br>
_______________________________________________<br>
x264-devel mailing list<br>
<a href="mailto:x264-devel@videolan.org">x264-devel@videolan.org</a><br>
<a href="http://mailman.videolan.org/listinfo/x264-devel" target="_blank">http://mailman.videolan.org/listinfo/x264-devel</a><br>
</font></span></blockquote></div><div><br></div><div><br></div>configure needs to be updated to perform a check to see if lavf has the avformat_close_input function, to avoid compilation failures if it doesn't.