This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
lavf: rename meta.h->ffmeta.h for consistency.
Originally committed as revision 26211 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Anton Khirnov
15 years ago
parent
f1cbbb79bf
commit
14fa75eab4
3 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-0
libavformat/ffmeta.h
+1
-1
libavformat/ffmetadec.c
+1
-1
libavformat/ffmetaenc.c
libavformat/meta.h → libavformat/ffmeta.h
View File
+ 1
- 1
libavformat/ffmetadec.c
View File
@@ -20,7 +20,7 @@
*/
#include "avformat.h"
#include "meta.h"
#include "
ff
meta.h"
static int probe(AVProbeData *p)
{
+ 1
- 1
libavformat/ffmetaenc.c
View File
@@ -20,7 +20,7 @@
*/
#include "avformat.h"
#include "meta.h"
#include "
ff
meta.h"
static void write_escape_str(ByteIOContext *s, const uint8_t *str)
Write
Preview
Loading…
Cancel
Save