Merge remote-tracking branch 'qatar/master'
* qatar/master: mpc8: return more meaningful error codes. mpc: return more meaningful error codes. wv,mpc8: don't return apetag data in packets. rtmp: do not warn about receiving metadata packets x86: h264dsp: Adjust YASM #ifdefs x86: yadif: Mark mmxext optimizations as such h264: convert loop filter strength dsp function to yasm. Improve descriptiveness of a number of codec and container long names Conflicts: libavcodec/flvdec.c libavcodec/libopenjpegdec.c libavformat/apetag.c libavformat/mp3dec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
d1dad7c824
64 changed files with 301 additions and 257 deletions
|
|
@ -569,7 +569,7 @@ static int64_t gxf_read_timestamp(AVFormatContext *s, int stream_index,
|
|||
|
||||
AVInputFormat ff_gxf_demuxer = {
|
||||
.name = "gxf",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("GXF format"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("GXF (General eXchange Format)"),
|
||||
.priv_data_size = sizeof(struct gxf_stream_info),
|
||||
.read_probe = gxf_probe,
|
||||
.read_header = gxf_header,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue