]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264.h
Merge commit '95db8c757cb003a71b040b567f38be74151deb5c'
[ffmpeg] / libavcodec / h264.h
index 5bf6b70ccc752222704ef655766d666b1795015b..33a73ba50c59215a3dbaa5263e0027f505a525bf 100644 (file)
@@ -34,6 +34,7 @@
 #include "error_resilience.h"
 #include "get_bits.h"
 #include "h264_parse.h"
+#include "h2645_parse.h"
 #include "h264chroma.h"
 #include "h264dsp.h"
 #include "h264pred.h"
@@ -527,6 +528,8 @@ typedef struct H264Context {
     H264SliceContext *slice_ctx;
     int            nb_slice_ctx;
 
+    H2645Packet pkt;
+
     int pixel_shift;    ///< 0 for 8-bit H264, 1 for high-bit-depth H264
 
     /* coded dimensions -- 16 * mb w/h */