diff options
author | Peter Ross <pross@xvid.org> | 2008-08-30 04:26:45 +0000 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2008-08-30 04:26:45 +0000 |
commit | 43a38a7c3e9ac6494f060f7837d26f68865a86aa (patch) | |
tree | 379c5aea608581bec6a85d18cfe783c09db6cd43 | |
parent | b83a00b8b6fc489566b888995ffc8cc44a71b2d8 (diff) | |
download | ffmpeg-43a38a7c3e9ac6494f060f7837d26f68865a86aa.tar.gz |
Remove 'currently unused' warning about SAMPLE_FMT_xxx.
Originally committed as revision 15046 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 98cb395878..63c62d8b05 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -341,7 +341,6 @@ enum CodecType { }; /** - * Currently unused, may be used if 24/32 bits samples are ever supported. * all in native-endian format */ enum SampleFormat { |