Mercurial > libavformat.hg
changeset 3053:b2288cba3795 libavformat
Fix ;;
author | michael |
---|---|
date | Tue, 19 Feb 2008 22:09:08 +0000 |
parents | 93cee0e79c5b |
children | 6892d95d4e03 |
files | segafilm.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)