> From 57fd2302452bdf9d92428f57094977455e5017d4 Mon Sep 17 00:00:00 2001
> From: Nicolas George <[email protected]>
> Date: Fri, 15 Apr 2011 19:18:04 +0200
> Subject: [PATCH 1/2] Ogg: add support for Xiph's CELT (Opus) codec.
> 
> This patch also introduces CODEC_ID_CELT.

Please squash $attached into this.

Diego
>From 4e6d4d3bd79f600b8f5cbb8db716661d940ec60d Mon Sep 17 00:00:00 2001
From: Diego Biurrun <[email protected]>
Date: Sat, 9 Jul 2011 01:16:35 +0200
Subject: [PATCH 2/2] oggparsecelt cosmetics

---
 libavformat/oggparsecelt.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/libavformat/oggparsecelt.c b/libavformat/oggparsecelt.c
index c711546..9538e15 100644
--- a/libavformat/oggparsecelt.c
+++ b/libavformat/oggparsecelt.c
@@ -20,9 +20,10 @@
  */
 
 #include <string.h>
+
+#include "libavutil/intreadwrite.h"
 #include "avformat.h"
 #include "oggdec.h"
-#include "libavutil/intreadwrite.h"
 
 struct oggcelt_private {
     int extra_headers_left;
-- 
1.7.1

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to