[vlc-commits] 10l: Typo about Indeo4.
Jean-Baptiste Kempf
git at videolan.org
Thu Dec 29 02:57:38 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Dec 29 02:57:17 2011 +0100| [51d31af4f0282c623cf9fcdf063305c9c6697303] | committer: Jean-Baptiste Kempf
10l: Typo about Indeo4.
Sorry.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=51d31af4f0282c623cf9fcdf063305c9c6697303
---
modules/codec/avcodec/fourcc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index 2772ac4..6cc9f25 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -236,7 +236,7 @@ static const struct
#endif
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 53, 32, 0 )
- { VLC_CODEC_PRORES, CODEC_ID_INDEO4, VIDEO_ES },
+ { VLC_CODEC_INDEO4, CODEC_ID_INDEO4, VIDEO_ES },
#endif
More information about the vlc-commits
mailing list