Browse Source

Merge commit '066ad249843bde656265b59110c2521e2b1ce131'

* commit '066ad249843bde656265b59110c2521e2b1ce131':
  h264_sei: reorder headers

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.2-rc1
Michael Niedermayer 12 years ago
parent
commit
a062bee1c1
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      libavcodec/h264_sei.c

+ 2
- 4
libavcodec/h264_sei.c View File

@@ -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


Loading…
Cancel
Save