]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/opus_parser.c
avcodec/ccaption_dec: Fix typos and cosmetics
[ffmpeg] / libavcodec / opus_parser.c
index b128a404045b78c76f4195c9555bf65dd8bb6854..c30fd7bbd4a79907b98caeccff1d2191f0647b44 100644 (file)
@@ -26,9 +26,9 @@
  */
 
 #include "avcodec.h"
+#include "bytestream.h"
 #include "opus.h"
 #include "parser.h"
-#include "bytestream.h"
 
 typedef struct OpusParseContext {
     OpusContext ctx;