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);
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc