]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/avcodec.h
Indentation fix after gain codes decoding2
[ffmpeg] / libavcodec / avcodec.h
index f4f895537c047bbd3b7da978f0cc7bed36414df6..8e89e997d0d73663a39846f1b17c749190ebea45 100644 (file)
@@ -3149,6 +3149,8 @@ typedef struct AVPicture {
     int linesize[4];       ///< number of bytes per line
 } AVPicture;
 
+#define AVPALETTE_SIZE 1024
+#define AVPALETTE_COUNT 256
 #if FF_API_PALETTE_CONTROL
 /**
  * AVPaletteControl
@@ -3158,8 +3160,6 @@ typedef struct AVPicture {
  * @deprecated Use AVPacket to send palette changes instead.
  * This is totally broken.
  */
-#define AVPALETTE_SIZE 1024
-#define AVPALETTE_COUNT 256
 typedef struct AVPaletteControl {
 
     /* Demuxer sets this to 1 to indicate the palette has changed;