Hi! Attached patch fixes audio in a cctv recording a user uploaded.
Please comment, Carl Eugen
diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c index a0b5738..af47652 100644 --- a/libavformat/mpeg.c +++ b/libavformat/mpeg.c @@ -501,6 +501,9 @@ redo: goto found; } + if (m->imkh_cctv) + request_probe = 25; + es_type = m->psm_es_type[startcode & 0xff]; if (es_type == STREAM_TYPE_VIDEO_MPEG1) { codec_id = AV_CODEC_ID_MPEG2VIDEO;
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel