]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/vocdec.c
flvdec: follow packets backward until a valid last timestamp is found
[ffmpeg] / libavformat / vocdec.c
index 8060864406b68007009a68b557dd820190e6b7c4..91e787ea1098d2544de9b0dc6394262a33bbaae7 100644 (file)
@@ -166,7 +166,7 @@ static int voc_read_packet(AVFormatContext *s, AVPacket *pkt)
 
 AVInputFormat ff_voc_demuxer = {
     .name           = "voc",
-    .long_name      = NULL_IF_CONFIG_SMALL("Creative Voice file format"),
+    .long_name      = NULL_IF_CONFIG_SMALL("Creative Voice"),
     .priv_data_size = sizeof(VocDecContext),
     .read_probe     = voc_probe,
     .read_header    = voc_read_header,