[vlc-commits] AVI: read the creation date
Jean-Baptiste Kempf
git at videolan.org
Wed May 23 19:33:40 CEST 2012
vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon May 21 11:44:45 2012 +0200| [8d8ca1d1439d6d8a2d87a1bfc73a13f806a52e64] | committer: Jean-Baptiste Kempf
AVI: read the creation date
(cherry picked from commit da39be7b8045b28a744711f7a3482b7639325707)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=8d8ca1d1439d6d8a2d87a1bfc73a13f806a52e64
---
modules/demux/avi/avi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/demux/avi/avi.c b/modules/demux/avi/avi.c
index c0df052..8f5cd77 100644
--- a/modules/demux/avi/avi.c
+++ b/modules/demux/avi/avi.c
@@ -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++ )
More information about the vlc-commits
mailing list