diff h264.h @ 10829:46a247e54d6e libavcodec

Export get_slice_type() as ff_h264_get_slice_type(). Patch by Laurent Aimar <fenrir at videolan dot org>.
author ramiro
date Sat, 09 Jan 2010 16:20:41 +0000
parents febe1855b64a
children e5905bfa625d
line wrap: on
line diff
--- a/h264.h	Sat Jan 09 14:59:06 2010 +0000
+++ b/h264.h	Sat Jan 09 16:20:41 2010 +0000
@@ -582,4 +582,9 @@
  */
 av_cold void ff_h264_free_context(H264Context *h);
 
+/**
+ * reconstructs bitstream slice_type.
+ */
+int ff_h264_get_slice_type(H264Context *h);
+
 #endif /* AVCODEC_H264_H */