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:
authorPaul B Mahol <onemda@gmail.com>2012-01-14 23:29:59 +0400
committerKostya Shishkov <kostya.shishkov@gmail.com>2012-01-16 14:29:55 +0400
commitffa0923eee7707acf07a0847b6bac89b86e227dc (patch)
tree0a156dea5703bbbc66f430ce7cd81ffc8463b69d /libavformat/allformats.c
parent68b94f8bc3a54735c360c6e72a3698fed8aba10b (diff)
add SMJPEG muxer
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 523b113205..481d2c1e31 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -201,7 +201,7 @@ void av_register_all(void)
REGISTER_DEMUXER (SHORTEN, shorten);
REGISTER_DEMUXER (SIFF, siff);
REGISTER_DEMUXER (SMACKER, smacker);
- REGISTER_DEMUXER (SMJPEG, smjpeg);
+ REGISTER_MUXDEMUX (SMJPEG, smjpeg);
REGISTER_DEMUXER (SOL, sol);
REGISTER_MUXDEMUX (SOX, sox);
REGISTER_MUXDEMUX (SPDIF, spdif);