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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-02-23 22:25:46 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-02-23 22:32:24 +0400
commit73fce258b774d0480f2d2dd7ec81fa1ec1b27812 (patch)
treee37f560a2113ba8f7338450c95b83ab310b7bb94 /libavfilter/libmpcodecs/mp_image.h
parentda8ef5ac2f1b14f4fe34db72af5d5f8b3c8e2ff9 (diff)
vf_mp: Set pseudo pal
Fixes ticket2140 Fixes null pointer dereference Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/libmpcodecs/mp_image.h')
-rw-r--r--libavfilter/libmpcodecs/mp_image.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/libmpcodecs/mp_image.h b/libavfilter/libmpcodecs/mp_image.h
index 35b50a60f1..aedf4510cd 100644
--- a/libavfilter/libmpcodecs/mp_image.h
+++ b/libavfilter/libmpcodecs/mp_image.h
@@ -37,6 +37,8 @@
#define ASMALIGN(ZEROBITS) ".p2align " #ZEROBITS "\n\t"
#define CODEC_FLAG2_MEMC_ONLY 0x00001000 ///< Only do ME/MC (I frames -> ref, P frame -> ME+MC).
+enum AVPixelFormat ff_mp2ff_pix_fmt(int mp);
+
//--------- codec's requirements (filled by the codec/vf) ---------
//--- buffer content restrictions: