ffmpeg/doc/examples
Diego Biurrun bb265b764a examples/transcode_aac: Drop pointless return value const qualifier
doc/examples/transcode_aac.c:52:20: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
2016-11-17 16:53:47 +01:00
..
.gitignore Ignore all generated example binaries 2016-11-17 10:35:27 +01:00
decode_audio.c examples/decode_audio: Add missing header for av_free() 2016-11-10 10:33:19 +01:00
decode_video.c examples/decode_video: remove a stray unrelated comment 2016-11-02 10:20:41 +01:00
encode_audio.c examples/encode_audio: use the AVFrame API for allocating the data 2016-11-02 10:12:39 +01:00
encode_video.c examples/encode_video: use the AVFrame API for allocating the frame 2016-11-02 10:20:01 +01:00
filter_audio.c
metadata.c
output.c examples/output: switch to the new encoding API 2016-09-28 10:01:52 +02:00
qsvdec.c
transcode_aac.c examples/transcode_aac: Drop pointless return value const qualifier 2016-11-17 16:53:47 +01:00