Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2010-07-01 22:43:43 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-07-01 22:43:43 +0400
commita260f0cb99fc88f9ebdee5893d90132cf13650e0 (patch)
treee4629ac1113fe044c635fc348504f500e481dcfa /src/filters/transform/MPCVideoDec/ffmpeg/libavcodec/avcodec.h
parent5a9717449b04649884a7394cc84c34d03450961e (diff)
updated ffmpeg
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2095 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/transform/MPCVideoDec/ffmpeg/libavcodec/avcodec.h')
-rw-r--r--src/filters/transform/MPCVideoDec/ffmpeg/libavcodec/avcodec.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/filters/transform/MPCVideoDec/ffmpeg/libavcodec/avcodec.h b/src/filters/transform/MPCVideoDec/ffmpeg/libavcodec/avcodec.h
index c8283a9dc..84e6ac199 100644
--- a/src/filters/transform/MPCVideoDec/ffmpeg/libavcodec/avcodec.h
+++ b/src/filters/transform/MPCVideoDec/ffmpeg/libavcodec/avcodec.h
@@ -71,14 +71,6 @@ enum CodecType {
CODEC_TYPE_NB
};
-/**
- * Needed for CorePNG
- */
-enum CorePNGFrameType {
- SAMPLE_I,
- SAMPLE_P
-};
-
#if LIBAVCODEC_VERSION_MAJOR < 53
#define CodecType AVMediaType
@@ -2476,7 +2468,6 @@ typedef struct AVCodecContext {
void (*handle_user_data)(struct AVCodecContext *c,const uint8_t *buf,int buf_size);
int h264_has_to_drop_first_non_ref; // Workaround Haali's media splitter (http://forum.doom9.org/showthread.php?p=1226434#post1226434)
- enum CorePNGFrameType corepng_frame_type;
/**
* Force 4:3 or 16:9 as DAR (MPEG-2 only)