Commit a062bee1 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '066ad249'

* commit '066ad249':
  h264_sei: reorder headers
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 1d91af5a 066ad249
......@@ -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
......
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