comparison raw.c @ 2021:d54b738a5bfa libavformat

Move AC3 header parsing code together with the rest of the AC3 parsing code.
author diego
date Sun, 15 Apr 2007 12:32:36 +0000
parents 1a3c9056982a
children 4f62a7d9381a
comparison
equal deleted inserted replaced
2020:d0d39f124c6b 2021:d54b738a5bfa
18 * You should have received a copy of the GNU Lesser General Public 18 * You should have received a copy of the GNU Lesser General Public
19 * License along with FFmpeg; if not, write to the Free Software 19 * License along with FFmpeg; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 */ 21 */
22 #include "avformat.h" 22 #include "avformat.h"
23 #include "ac3.h" 23 #include "parser.h"
24 24
25 #ifdef CONFIG_MUXERS 25 #ifdef CONFIG_MUXERS
26 /* simple formats */ 26 /* simple formats */
27 static int raw_write_header(struct AVFormatContext *s) 27 static int raw_write_header(struct AVFormatContext *s)
28 { 28 {