Skip to content
Snippets Groups Projects
Commit 066ad249 authored by Vittorio Giovara's avatar Vittorio Giovara
Browse files

h264_sei: reorder headers

Also drop unused assert.h.
parent 304e916a
No related branches found
No related tags found
No related merge requests found
......@@ -25,12 +25,10 @@
* @author Michael Niedermayer <michaelni@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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment