Commit 58e12732 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '2a615925'

* commit '2a615925':
  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: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents a76390d1 2a615925
......@@ -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] = {
......
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