mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-05 20:18:16 +00: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