Merge commit '2a61592573d725956a4377641344afe263382648'

* commit '2a61592573d725956a4377641344afe263382648':
  avcodec: Remove some commented-out debug cruft

Conflicts:
	libavcodec/h264_cabac.c
	libavcodec/h264_cavlc.c
	libavcodec/h264_loopfilter.c
	libavcodec/h264_mvpred.h
	libavcodec/mjpegdec.c
	libavcodec/mjpegenc.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
pull/37/head
Michael Niedermayer 11 years ago
commit 58e12732db
  1. 1
      libavcodec/h264.c
  2. 1
      libavcodec/h264_direct.c
  3. 1
      libavcodec/h264_ps.c
  4. 1
      libavcodec/h264_refs.c
  5. 1
      libavcodec/h264_sei.c

@ -48,7 +48,6 @@
#include "thread.h"
#include "vdpau_internal.h"
// #undef NDEBUG
#include <assert.h>
const uint16_t ff_h264_mb_sizes[4] = { 256, 384, 512, 768 };

@ -32,7 +32,6 @@
#include "rectangle.h"
#include "thread.h"
//#undef NDEBUG
#include <assert.h>

@ -33,7 +33,6 @@
#include "golomb.h"
//#undef NDEBUG
#include <assert.h>
#define MAX_LOG2_MAX_FRAME_NUM (12 + 4)

@ -31,7 +31,6 @@
#include "h264.h"
#include "golomb.h"
//#undef NDEBUG
#include <assert.h>
#define COPY_PICTURE(dst, src) \

@ -30,7 +30,6 @@
#include "h264.h"
#include "golomb.h"
//#undef NDEBUG
#include <assert.h>
static const uint8_t sei_num_clock_ts_table[9] = {

Loading…
Cancel
Save