[FFmpeg-cvslog] s/vbsf/bsf/

Mike Melanson git at videolan.org
Tue Jan 31 03:36:05 CET 2012


ffmpeg | branch: master | Mike Melanson <mike at multimedia.cx> | Sun Jan 29 21:29:25 2012 -0800| [cc09dc7863e4ffdf5d7c18472721c5ce739f26b0] | committer: Anton Khirnov

s/vbsf/bsf/

-vbsf doesn't exist anymore. It got renamed to -bsf somewhere along the
line. Update print statement accordingly.

Signed-off-by: Anton Khirnov <anton at khirnov.net>

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

 libavformat/mpegtsenc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c
index c05f7f6..8232cbc 100644
--- a/libavformat/mpegtsenc.c
+++ b/libavformat/mpegtsenc.c
@@ -956,7 +956,7 @@ static int mpegts_write_packet(AVFormatContext *s, AVPacket *pkt)
 
         if (pkt->size < 5 || AV_RB32(pkt->data) != 0x0000001) {
             av_log(s, AV_LOG_ERROR, "H.264 bitstream malformed, "
-                   "no startcode found, use -vbsf h264_mp4toannexb\n");
+                   "no startcode found, use -bsf h264_mp4toannexb\n");
             return -1;
         }
 



More information about the ffmpeg-cvslog mailing list