]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/internal.h
Move the functions in h264pred.c into a new file h264pred_internal.h.
[ffmpeg] / libavformat / internal.h
index d5bfc3318727b7a279f3d019fe15fbf178caa7e8..20a52a69580193178ff166730c1d43686009cf92 100644 (file)
@@ -250,4 +250,6 @@ void ff_reduce_index(AVFormatContext *s, int stream_index);
 void ff_make_absolute_url(char *buf, int size, const char *base,
                           const char *rel);
 
+enum CodecID ff_guess_image2_codec(const char *filename);
+
 #endif /* AVFORMAT_INTERNAL_H */