]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/opus_parser.c
avcodec/dnxhddec: fix decoding of DNxHR HQX 10-bit
[ffmpeg] / libavcodec / opus_parser.c
index c30fd7bbd4a79907b98caeccff1d2191f0647b44..893573eb822988b0860bd84d95d57f38f9fa0f8f 100644 (file)
 #include "parser.h"
 
 typedef struct OpusParseContext {
+    ParseContext pc;
     OpusContext ctx;
     OpusPacket pkt;
     int extradata_parsed;
-    ParseContext pc;
     int ts_framing;
 } OpusParseContext;