mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
give AVInput/OutputFormat structs consistent names
Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
+2
-2
@@ -241,7 +241,7 @@ static int gxf_packet(AVFormatContext *s, AVPacket *pkt) {
|
||||
return AVERROR_IO;
|
||||
}
|
||||
|
||||
static AVInputFormat gxf_iformat = {
|
||||
static AVInputFormat gxf_demuxer = {
|
||||
"gxf",
|
||||
"GXF format",
|
||||
0,
|
||||
@@ -253,7 +253,7 @@ static AVInputFormat gxf_iformat = {
|
||||
};
|
||||
|
||||
int gxf_init(void) {
|
||||
av_register_input_format(&gxf_iformat);
|
||||
av_register_input_format(&gxf_demuxer);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user