mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-08 05:28:40 +00:00
Merge commit 'd46c588f3cb1963a00e990ceaf4ba9ffa05a716d'
* commit 'd46c588f3cb1963a00e990ceaf4ba9ffa05a716d': Remove commented-out #includes h263dec: Remove broken and disabled debug cruft vc1: Reindent INIT_LUT(), align backslashes Conflicts: libavcodec/vc1.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
4390fa6273
@ -42,7 +42,6 @@
|
||||
#include "mpeg4video.h"
|
||||
|
||||
//#define DEBUG
|
||||
//#define PRINT_FRAME_TIME
|
||||
|
||||
av_cold int ff_h263_decode_init(AVCodecContext *avctx)
|
||||
{
|
||||
@ -355,9 +354,6 @@ int ff_h263_decode_frame(AVCodecContext *avctx,
|
||||
int ret;
|
||||
AVFrame *pict = data;
|
||||
|
||||
#ifdef PRINT_FRAME_TIME
|
||||
uint64_t time= rdtsc();
|
||||
#endif
|
||||
s->flags= avctx->flags;
|
||||
s->flags2= avctx->flags2;
|
||||
|
||||
@ -766,10 +762,6 @@ intrax8_decoded:
|
||||
*got_frame = 1;
|
||||
}
|
||||
|
||||
#ifdef PRINT_FRAME_TIME
|
||||
av_log(avctx, AV_LOG_DEBUG, "%"PRId64"\n", rdtsc()-time);
|
||||
#endif
|
||||
|
||||
return (ret && (avctx->err_recognition & AV_EF_EXPLODE))?ret:get_consumed_bytes(s, buf_size);
|
||||
}
|
||||
|
||||
|
@ -22,9 +22,6 @@
|
||||
#ifndef AVFORMAT_NUT_H
|
||||
#define AVFORMAT_NUT_H
|
||||
|
||||
//#include <limits.h>
|
||||
//#include "libavutil/adler32.h"
|
||||
//#include "libavcodec/mpegaudio.h"
|
||||
#include "avformat.h"
|
||||
#include "internal.h"
|
||||
#include "metadata.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
*/
|
||||
|
||||
#include "avassert.h"
|
||||
//#include <math.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include "common.h"
|
||||
|
Loading…
Reference in New Issue
Block a user