[FFmpeg-cvslog] mpeg4: suggest mpeg4_unpack_bframes bsf instead of avidemux/VirtualDub

Andreas Cadhalpun git at videolan.org
Sun Apr 5 15:30:50 CEST 2015


ffmpeg | branch: master | Andreas Cadhalpun <andreas.cadhalpun at googlemail.com> | Fri Apr  3 19:15:15 2015 +0200| [71fa0aa085ccb540469b0298a277ca5c2221532a] | committer: Michael Niedermayer

mpeg4: suggest mpeg4_unpack_bframes bsf instead of avidemux/VirtualDub

Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=71fa0aa085ccb540469b0298a277ca5c2221532a
---

 libavcodec/mpeg4videodec.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/mpeg4videodec.c b/libavcodec/mpeg4videodec.c
index 80dfb91..b8fd50b 100644
--- a/libavcodec/mpeg4videodec.c
+++ b/libavcodec/mpeg4videodec.c
@@ -2664,7 +2664,7 @@ int ff_mpeg4_frame_end(AVCodecContext *avctx, const uint8_t *buf, int buf_size)
             if (!ctx->showed_packed_warning) {
                 av_log(s->avctx, AV_LOG_INFO, "Video uses a non-standard and "
                        "wasteful way to store B-frames ('packed B-frames'). "
-                       "Consider using a tool like VirtualDub or avidemux to fix it.\n");
+                       "Consider using the mpeg4_unpack_bframes bitstream filter to fix it.\n");
                 ctx->showed_packed_warning = 1;
             }
             av_fast_padded_malloc(&s->bitstream_buffer,



More information about the ffmpeg-cvslog mailing list