diff h264data.h @ 8107:e61f76efc9f3 libavcodec

h264: Implement decoding of picture timing SEI message. Now correct values are propagated to interlaced_frame, top_field_first and repeat_pict in AVFrame structure. patch by ffdshow tryouts
author andoma
date Tue, 04 Nov 2008 18:31:48 +0000
parents a7dfe657968d
children 9915843e67e2
line wrap: on
line diff
--- a/h264data.h	Tue Nov 04 06:54:42 2008 +0000
+++ b/h264data.h	Tue Nov 04 18:31:48 2008 +0000
@@ -1296,4 +1296,8 @@
     }
 };
 
+static const uint8_t sei_num_clock_ts_table[9]={
+    1,  1,  1,  2,  2,  3,  3,  2,  3
+};
+
 #endif /* AVCODEC_H264DATA_H */