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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsh Hughes <ashes-iontach@hotmail.com>2013-05-22 05:16:51 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-05-22 17:20:22 +0400
commit14ec9d2590162f1a922860f1e8c1d635f5ccb65e (patch)
tree9da9c2de297fd01868a0050d9da6703d7b7f4dd4 /libavcodec/codec_desc.c
parentcc0db8cf3042186d8355dcf10be67071cfbbcc5d (diff)
Support playing SMV files.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/codec_desc.c')
-rw-r--r--libavcodec/codec_desc.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index 72071b943e..9309a8d11f 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -1378,6 +1378,13 @@ static const AVCodecDescriptor codec_descriptors[] = {
.long_name = NULL_IF_CONFIG_SMALL("BRender PIX image"),
.props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSLESS,
},
+ {
+ .id = AV_CODEC_ID_SMVJPEG,
+ .type = AVMEDIA_TYPE_VIDEO,
+ .name = "smv",
+ .long_name = NULL_IF_CONFIG_SMALL("Sigmatel Motion Video"),
+ },
+
/* various PCM "codecs" */
{