h264_sei: reorder headers
Also drop unused assert.h.
This commit is contained in:
parent
304e916a92
commit
066ad24984
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user