diff h264.h @ 10859:762e6bb0ba40 libavcodec

Split (picture|seq) parameter set decoding out of h264.c. no speedloss meassured, also its really not touching anything that is speed relevant.
author michael
date Tue, 12 Jan 2010 19:33:45 +0000
parents 31645cf81fcb
children d9c084a0c22b
line wrap: on
line diff
--- a/h264.h	Tue Jan 12 18:54:40 2010 +0000
+++ b/h264.h	Tue Jan 12 19:33:45 2010 +0000
@@ -553,6 +553,10 @@
     int initial_cpb_removal_delay[32]; ///< Initial timestamps for CPBs
 }H264Context;
 
+
+extern const uint8_t ff_h264_chroma_qp[52];
+
+
 /**
  * Decode SEI
  */