Browse Source

compile mjpeg parser if requested

Originally committed as revision 8766 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Alex Beregszaszi 18 years ago
parent
commit
4ea385bbbc
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/mjpeg.c

+ 2
- 0
libavcodec/mjpeg.c View File

@@ -2626,6 +2626,7 @@ AVCodec ljpeg_encoder = { //FIXME avoid MPV_* lossless jpeg shouldnt need them
};
#endif

#ifdef CONFIG_MJPEG_PARSER
AVCodecParser mjpeg_parser = {
{ CODEC_ID_MJPEG },
sizeof(ParseContext),
@@ -2633,6 +2634,7 @@ AVCodecParser mjpeg_parser = {
jpeg_parse,
ff_parse_close,
};
#endif

AVBitStreamFilter mjpega_dump_header_bsf = {
"mjpegadump",


Loading…
Cancel
Save