Commit 066ad249 authored by Vittorio Giovara's avatar Vittorio Giovara

h264_sei: reorder headers

Also drop unused assert.h.
parent 304e916a
...@@ -25,12 +25,10 @@ ...@@ -25,12 +25,10 @@
* @author Michael Niedermayer <michaelni@gmx.at> * @author Michael Niedermayer <michaelni@gmx.at>
*/ */
#include "internal.h"
#include "avcodec.h" #include "avcodec.h"
#include "h264.h"
#include "golomb.h" #include "golomb.h"
#include "h264.h"
#include <assert.h> #include "internal.h"
static const uint8_t sei_num_clock_ts_table[9] = { static const uint8_t sei_num_clock_ts_table[9] = {
1, 1, 1, 2, 2, 3, 3, 2, 3 1, 1, 1, 2, 2, 3, 3, 2, 3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment