]> git.sesse.net Git - vlc/blobdiff - modules/codec/omxil/omxil.h
codec/omxil: OMAP3430 only supports h264 baseline profile up to level 3.0. We now...
[vlc] / modules / codec / omxil / omxil.h
index 44156d805f0f1eb863b43179ec8409d1a57dbd78..e4aad8d72eacb590360b4f0ebb63fcc3758485ad 100644 (file)
@@ -109,4 +109,6 @@ struct decoder_sys_t
     bool b_error;
 
     date_t end_date;
+
+    int i_nal_size_length; /* Length of the NAL size field for H264 */
 };