Commit 8d8ca1d1 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

AVI: read the creation date

(cherry picked from commit da39be7b8045b28a744711f7a3482b7639325707)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent f4f5913e
......@@ -2527,6 +2527,7 @@ static void AVI_MetaLoad( demux_t *p_demux,
{ AVIFOURCC_ICOP, vlc_meta_Copyright },
{ AVIFOURCC_IGNR, vlc_meta_Genre },
{ AVIFOURCC_INAM, vlc_meta_Title },
{ AVIFOURCC_ICRD, vlc_meta_Date },
{ 0, -1 }
};
for( int i = 0; p_dsc[i].i_id != 0; i++ )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment