[SCM] libav/experimental: technically mp2 in pva needs AVSTREAM_PARSE_FULL

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:46:37 UTC 2013


The following commit has been merged in the experimental branch:
commit 6125d8659712d27dbc5459b54a84876981a7af3a
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Wed May 27 06:58:22 2009 +0000

    technically mp2 in pva needs AVSTREAM_PARSE_FULL
    
    Originally committed as revision 18966 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/pva.c b/libavformat/pva.c
index cafac18..4255f8a 100644
--- a/libavformat/pva.c
+++ b/libavformat/pva.c
@@ -55,7 +55,7 @@ static int pva_read_header(AVFormatContext *s, AVFormatParameters *ap) {
         return AVERROR(ENOMEM);
     st->codec->codec_type = CODEC_TYPE_AUDIO;
     st->codec->codec_id   = CODEC_ID_MP2;
-    st->need_parsing      = AVSTREAM_PARSE_HEADERS;
+    st->need_parsing      = AVSTREAM_PARSE_FULL;
     av_set_pts_info(st, 33, 1, 90000);
     av_add_index_entry(st, 0, 0, 0, 0, AVINDEX_KEYFRAME);
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list