]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/voc.h
remove useless &0xFF
[ffmpeg] / libavformat / voc.h
index 16adb0078225b7b23515fdf59029bc8a1d6b2a54..e98ca39911db7ff784d18f90f84efcf1cd8fbd68 100644 (file)
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with FFmpeg; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef VOC_H
@@ -43,7 +43,7 @@ typedef enum voc_type {
 } voc_type_t;
 
 extern const unsigned char voc_magic[21];
-extern const CodecTag voc_codec_tags[];
+extern const AVCodecTag voc_codec_tags[];
 
 int voc_get_packet(AVFormatContext *s, AVPacket *pkt,
                    AVStream *st, int max_size);