Mercurial > libavformat.hg
changeset 2896:b6d3640bedeb libavformat
change audio codec id to mp2
author | ivo |
---|---|
date | Sat, 05 Jan 2008 22:15:19 +0000 |
parents | 54e2afeca044 |
children | 6d6dfee21471 |
files | pva.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pva.c Sat Jan 05 22:13:27 2008 +0000 +++ b/pva.c Sat Jan 05 22:15:19 2008 +0000 @@ -52,7 +52,7 @@ 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);