]> git.sesse.net Git - ffmpeg/commit
move aac and ac3 parsers in their own files
authorAurelien Jacobs <aurel@gnuage.org>
Tue, 8 May 2007 23:25:31 +0000 (23:25 +0000)
committerAurelien Jacobs <aurel@gnuage.org>
Tue, 8 May 2007 23:25:31 +0000 (23:25 +0000)
commit99ff31dc750e8ac562b529c3ec374cfbb3e66157
tree61c8496a4d314d0b05942559ec49400f1258d5b5
parente0fe500f01ebd7c1b129674213845a48ec46008c
move aac and ac3 parsers in their own files

Originally committed as revision 8941 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
libavcodec/aac_ac3_parser.c [new file with mode: 0644]
libavcodec/aac_ac3_parser.h [new file with mode: 0644]
libavcodec/aac_parser.c [new file with mode: 0644]
libavcodec/ac3_parser.c [new file with mode: 0644]
libavcodec/ac3_parser.h [new file with mode: 0644]
libavcodec/parser.c
libavcodec/parser.h
libavformat/raw.c