Mercurial > libavformat.hg
comparison raw.c @ 4899:52992e9a0109 libavformat
Add raw MLP muxer.
author | ramiro |
---|---|
date | Tue, 21 Apr 2009 23:23:15 +0000 |
parents | 304a0ea063f0 |
children | 62d8279280a8 |
comparison
equal
deleted
inserted
replaced
4898:609322be76a6 | 4899:52992e9a0109 |
---|---|
971 .extensions = "mlp", | 971 .extensions = "mlp", |
972 .value = CODEC_ID_MLP, | 972 .value = CODEC_ID_MLP, |
973 }; | 973 }; |
974 #endif | 974 #endif |
975 | 975 |
976 #ifdef CONFIG_MLP_MUXER | |
977 AVOutputFormat mlp_muxer = { | |
978 "mlp", | |
979 NULL_IF_CONFIG_SMALL("raw MLP"), | |
980 NULL, | |
981 "mlp", | |
982 0, | |
983 CODEC_ID_MLP, | |
984 CODEC_ID_NONE, | |
985 NULL, | |
986 raw_write_packet, | |
987 .flags= AVFMT_NOTIMESTAMPS, | |
988 }; | |
989 #endif | |
990 | |
976 #if CONFIG_TRUEHD_DEMUXER | 991 #if CONFIG_TRUEHD_DEMUXER |
977 AVInputFormat truehd_demuxer = { | 992 AVInputFormat truehd_demuxer = { |
978 "truehd", | 993 "truehd", |
979 NULL_IF_CONFIG_SMALL("raw TrueHD"), | 994 NULL_IF_CONFIG_SMALL("raw TrueHD"), |
980 0, | 995 0, |