diff h264.h @ 11790:f918fb753b31 libavcodec

Parse avctx->extradata if available. Fixes many "non-existing PPS referenced" error messages
author hyc
date Fri, 28 May 2010 18:50:39 +0000
parents 82a880c86afd
children 51abd780bda6
line wrap: on
line diff
--- a/h264.h	Fri May 28 07:22:04 2010 +0000
+++ b/h264.h	Fri May 28 18:50:39 2010 +0000
@@ -465,6 +465,7 @@
     int is_avc; ///< this flag is != 0 if codec is avc1
     int nal_length_size; ///< Number of bytes used for nal length (1, 2 or 4)
 
+    int first_picture;
     SPS *sps_buffers[MAX_SPS_COUNT];
     PPS *pps_buffers[MAX_PPS_COUNT];