vlc | branch: master | Francois Cartegnie <[email protected]> | Thu Jun 11 13:22:52 2015 +0200| [0d8babb9f4c0b7acc88d65ec621ba434202fcb89] | committer: Francois Cartegnie
fourcc: add missing smooth streaming codec aliases > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0d8babb9f4c0b7acc88d65ec621ba434202fcb89 --- src/misc/fourcc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c index 69b47a7..63e36f5 100644 --- a/src/misc/fourcc.c +++ b/src/misc/fourcc.c @@ -287,6 +287,7 @@ static const staticentry_t p_list_video[] = { /* avc1: special case h264 */ A("avc1"), A("AVC1"), + A("AVCB"), /* smooth streaming alias */ A("avc3"), E("ai5p", "AVC-Intra 50M 720p24/30/60"), E("ai5q", "AVC-Intra 50M 720p25/50"), @@ -1235,6 +1236,7 @@ static const staticentry_t p_list_audio[] = { A("aac "), A("AACL"), A("AACH"), + A("AACP"), /* smooth streaming alias */ /* ALS audio */ B(VLC_CODEC_ALS, "MPEG-4 Audio Lossless (ALS)"), _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
