diff segafilm.c @ 3053:b2288cba3795 libavformat

Fix ;;
author michael
date Tue, 19 Feb 2008 22:09:08 +0000
parents d52c718e83f9
children 7a0230981402
line wrap: on
line diff
--- a/segafilm.c	Tue Feb 19 22:07:48 2008 +0000
+++ b/segafilm.c	Tue Feb 19 22:09:08 2008 +0000
@@ -107,7 +107,7 @@
         /* normal Saturn .cpk files; 32-byte header */
         if (get_buffer(pb, scratch, 32) != 32)
             return AVERROR(EIO);
-        film->audio_samplerate = AV_RB16(&scratch[24]);;
+        film->audio_samplerate = AV_RB16(&scratch[24]);
         film->audio_channels = scratch[21];
         film->audio_bits = scratch[22];
         if (film->audio_bits == 8)