Mercurial > mplayer.hg
diff libmpcodecs/ad_ffmpeg.c @ 26987:d3a0f537dbe8
rename AF_CHANNEL_LAYOUT_LAVC_VORBIS* => AF_CHANNEL_LAYOUT_VORBIS*.
| author | ulion |
|---|---|
| date | Sat, 07 Jun 2008 12:57:36 +0000 |
| parents | b6280829f7f8 |
| children | 3364aef9a988 |
line wrap: on
line diff
--- a/libmpcodecs/ad_ffmpeg.c Sat Jun 07 12:57:23 2008 +0000 +++ b/libmpcodecs/ad_ffmpeg.c Sat Jun 07 12:57:36 2008 +0000 @@ -176,7 +176,7 @@ else if (!strcasecmp(codec, "liba52")) src_ch_layout = AF_CHANNEL_LAYOUT_LAVC_LIBA52_DEFAULT; else if (!strcasecmp(codec, "vorbis")) - src_ch_layout = AF_CHANNEL_LAYOUT_LAVC_VORBIS_DEFAULT; + src_ch_layout = AF_CHANNEL_LAYOUT_VORBIS_DEFAULT; else src_ch_layout = AF_CHANNEL_LAYOUT_MPLAYER_DEFAULT; reorder_channel_nch(buf, src_ch_layout,
