[FFmpeg-cvslog] h264_sei: reorder headers
Vittorio Giovara
git at videolan.org
Fri Feb 14 14:22:50 CET 2014
ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Thu Feb 13 10:01:03 2014 +0100| [066ad249843bde656265b59110c2521e2b1ce131] | committer: Vittorio Giovara
h264_sei: reorder headers
Also drop unused assert.h.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=066ad249843bde656265b59110c2521e2b1ce131
---
libavcodec/h264_sei.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/libavcodec/h264_sei.c b/libavcodec/h264_sei.c
index 2e4017b..6fca2c3 100644
--- a/libavcodec/h264_sei.c
+++ b/libavcodec/h264_sei.c
@@ -25,12 +25,10 @@
* @author Michael Niedermayer <michaelni at gmx.at>
*/
-#include "internal.h"
#include "avcodec.h"
-#include "h264.h"
#include "golomb.h"
-
-#include <assert.h>
+#include "h264.h"
+#include "internal.h"
static const uint8_t sei_num_clock_ts_table[9] = {
1, 1, 1, 2, 2, 3, 3, 2, 3
More information about the ffmpeg-cvslog
mailing list