[FFmpeg-cvslog] r11426 - trunk/libavformat/pva.c

ivo subversion
Sat Jan 5 23:15:20 CET 2008


Author: ivo
Date: Sat Jan  5 23:15:19 2008
New Revision: 11426

Log:
change audio codec id to mp2


Modified:
   trunk/libavformat/pva.c

Modified: trunk/libavformat/pva.c
==============================================================================
--- trunk/libavformat/pva.c	(original)
+++ trunk/libavformat/pva.c	Sat Jan  5 23:15:19 2008
@@ -52,7 +52,7 @@ static int pva_read_header(AVFormatConte
     if (!(st = av_new_stream(s, 1)))
         return AVERROR(ENOMEM);
     st->codec->codec_type = CODEC_TYPE_AUDIO;
-    st->codec->codec_id   = CODEC_ID_MP3;
+    st->codec->codec_id   = CODEC_ID_MP2;
     st->need_parsing      = AVSTREAM_PARSE_HEADERS;
     av_set_pts_info(st, 33, 1, 90000);
 




More information about the ffmpeg-cvslog mailing list