mirror of https://git.ffmpeg.org/ffmpeg.git
mpeg4: suggest mpeg4_unpack_bframes bsf instead of avidemux/VirtualDub
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
cf880ccb6a
commit
71fa0aa085
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue