[FFmpeg-cvslog] r10372 - trunk/libavformat/matroskaenc.c

conrad subversion
Wed Sep 5 02:25:36 CEST 2007


Author: conrad
Date: Wed Sep  5 02:25:35 2007
New Revision: 10372

Log:
Correct message


Modified:
   trunk/libavformat/matroskaenc.c

Modified: trunk/libavformat/matroskaenc.c
==============================================================================
--- trunk/libavformat/matroskaenc.c	(original)
+++ trunk/libavformat/matroskaenc.c	Wed Sep  5 02:25:35 2007
@@ -591,7 +591,7 @@ static int mkv_write_tracks(AVFormatCont
                 put_ebml_uint(pb, MATROSKA_ID_TRACKTYPE, MATROSKA_TRACK_TYPE_SUBTITLE);
                 break;
             default:
-                av_log(s, AV_LOG_ERROR, "Only audio and video are supported for Matroska.");
+                av_log(s, AV_LOG_ERROR, "Only audio, video, and subtitles are supported for Matroska.");
                 break;
         }
         end_ebml_master(pb, track);




More information about the ffmpeg-cvslog mailing list