You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
One const is enough.
Originally committed as revision 15847 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -104,7 +104,7 @@ static const struct {
|
|||||||
const char *name;
|
const char *name;
|
||||||
int nb_channels;
|
int nb_channels;
|
||||||
int64_t layout;
|
int64_t layout;
|
||||||
} const channel_layout_map[] = {
|
} channel_layout_map[] = {
|
||||||
{ "mono", 1, CH_LAYOUT_MONO },
|
{ "mono", 1, CH_LAYOUT_MONO },
|
||||||
{ "stereo", 2, CH_LAYOUT_STEREO },
|
{ "stereo", 2, CH_LAYOUT_STEREO },
|
||||||
{ "surround", 3, CH_LAYOUT_SURROUND },
|
{ "surround", 3, CH_LAYOUT_SURROUND },
|
||||||
|
Reference in New Issue
Block a user