From 0ffbc258aa00b3cd88ff9c8d141a7661655b4571 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 2 Mar 2009 05:18:33 +0000 Subject: Change a bunch of codec long_names to be more consistent and descriptive. Originally committed as revision 17716 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mp3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/mp3.c') diff --git a/libavformat/mp3.c b/libavformat/mp3.c index a887c3da8d..fa383d6512 100644 --- a/libavformat/mp3.c +++ b/libavformat/mp3.c @@ -657,7 +657,7 @@ static int mp3_write_trailer(struct AVFormatContext *s) #if CONFIG_MP3_DEMUXER AVInputFormat mp3_demuxer = { "mp3", - NULL_IF_CONFIG_SMALL("MPEG audio"), + NULL_IF_CONFIG_SMALL("MPEG audio layer 2/3"), 0, mp3_read_probe, mp3_read_header, -- cgit v1.2.3