Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-02-01 17:34:18 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-02-01 17:34:18 +0400
commit911e2706884020caf8b9b8ca67a2ad3801f067f4 (patch)
tree7ba99b5be6270aaeffab8bf53deae8cc7d93cdd9 /libavcodec/kbdwin.c
parent1bc51a7a74fc1ae005a70af36c9f01b7b8463994 (diff)
parent6c1a7d07eb41b4cf36e48ebb560fecd9504fd968 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: Use proper "" quotes for local header #includes ppc: fmtconvert: Drop two unused variables. bink demuxer: set framerate. Conflicts: libavcodec/kbdwin.c libavcodec/ppc/fmtconvert_altivec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/kbdwin.c')
-rw-r--r--libavcodec/kbdwin.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libavcodec/kbdwin.c b/libavcodec/kbdwin.c
index 2722312f11..5a62e9da2b 100644
--- a/libavcodec/kbdwin.c
+++ b/libavcodec/kbdwin.c
@@ -16,9 +16,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-
-#include <libavutil/avassert.h>
-#include <libavutil/mathematics.h>
+#include "libavutil/avassert.h"
+#include "libavutil/mathematics.h"
#include "libavutil/attributes.h"
#include "kbdwin.h"