Commit 14fa75ea authored by Anton Khirnov's avatar Anton Khirnov

lavf: rename meta.h->ffmeta.h for consistency.

Originally committed as revision 26211 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f1cbbb79
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment