diff h264.h @ 10987:85de0c8a19b7 libavcodec

Added a missing const to ff_h264_get_slice_type().
author fenrir
date Sun, 24 Jan 2010 16:37:12 +0000
parents 007330d2f2b9
children 1c8892d7a090
line wrap: on
line diff
--- a/h264.h	Sun Jan 24 16:22:09 2010 +0000
+++ b/h264.h	Sun Jan 24 16:37:12 2010 +0000
@@ -617,7 +617,7 @@
 /**
  * reconstructs bitstream slice_type.
  */
-int ff_h264_get_slice_type(H264Context *h);
+int ff_h264_get_slice_type(const H264Context *h);
 
 /**
  * allocates tables.