diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h index 1b1b6aed2f28a75294e766ea76d6e68ea4b41128..2f7356e0ec25d8abf21b6e8f3e1c130631372acf 100644 --- a/include/vlc_fourcc.h +++ b/include/vlc_fourcc.h @@ -116,6 +116,7 @@ #define VLC_CODEC_CDG VLC_FOURCC('C','D','G',' ') #define VLC_CODEC_FRWU VLC_FOURCC('F','R','W','U') #define VLC_CODEC_AMV VLC_FOURCC('A','M','V',' ') +#define VLC_CODEC_VP4 VLC_FOURCC('V','P','4','0') #define VLC_CODEC_VP7 VLC_FOURCC('V','P','7','0') #define VLC_CODEC_VP8 VLC_FOURCC('V','P','8','0') #define VLC_CODEC_VP9 VLC_FOURCC('V','P','9','0') diff --git a/src/misc/fourcc_list.h b/src/misc/fourcc_list.h index 866ab2f3932c7567036874231de267cd765db096..00a36f17d384379b9c9205a6d09c8e1b45df63d2 100644 --- a/src/misc/fourcc_list.h +++ b/src/misc/fourcc_list.h @@ -485,6 +485,10 @@ static const staticentry_t p_list_video[] = { A("VP31"), A("vp31"), + /* On2 VP4 Video Codec */ + B(VLC_CODEC_VP4, "On2's VP4 Video"), + A("VP40"), + /* On2 VP5, VP6 codecs */ B(VLC_CODEC_VP5, "On2's VP5 Video"), A("VP5 "),