[FFmpeg-soc] [soc]: r1343 - dirac/libavcodec/dirac.c
marco
subversion at mplayerhq.hu
Wed Sep 12 11:53:10 CEST 2007
Author: marco
Date: Wed Sep 12 11:53:10 2007
New Revision: 1343
Log:
fix typo
Modified:
dirac/libavcodec/dirac.c
Modified: dirac/libavcodec/dirac.c
==============================================================================
--- dirac/libavcodec/dirac.c (original)
+++ dirac/libavcodec/dirac.c Wed Sep 12 11:53:10 2007
@@ -2665,7 +2665,7 @@ static int parse_frame(DiracContext *s)
if (s->wavelet_idx > 7)
return -1;
- /* Overrid wavelet depth. */
+ /* Override wavelet depth. */
if (get_bits1(gb)) {
dprintf(s->avctx, "Non default depth\n");
s->frame_decoding.wavelet_depth = svq3_get_ue_golomb(gb);
More information about the FFmpeg-soc
mailing list