]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - mp4.c
mp4: Remove E_MP4_BAD_CHANNEL_COUNT.
[paraslash.git] / mp4.c
diff --git a/mp4.c b/mp4.c
index 205286a24de7498717a6a5ee4c7d0ed3f71577d3..18f43925aef377ae620643a886df8502988fa509 100644 (file)
--- a/mp4.c
+++ b/mp4.c
@@ -698,7 +698,7 @@ uint32_t mp4_get_sample_rate(const struct mp4 *f)
        return f->track.sample_rate;
 }
 
-uint32_t mp4_get_channel_count(const struct mp4 *f)
+uint16_t mp4_get_channel_count(const struct mp4 *f)
 {
        return f->track.channel_count;
 }