mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
lavf: rename meta.h->ffmeta.h for consistency.
Originally committed as revision 26211 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f1cbbb79bf
commit
14fa75eab4
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#include "avformat.h"
|
||||
#include "meta.h"
|
||||
#include "ffmeta.h"
|
||||
|
||||
static int probe(AVProbeData *p)
|
||||
{
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#include "avformat.h"
|
||||
#include "meta.h"
|
||||
#include "ffmeta.h"
|
||||
|
||||
|
||||
static void write_escape_str(ByteIOContext *s, const uint8_t *str)
|
||||
|
Loading…
Reference in New Issue
Block a user