diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2013-11-28 15:01:50 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2013-12-12 16:10:15 +0100 |
commit | a2eeed619de3bb257e82f0e06d1a580101bce54c (patch) | |
tree | d9a948ae7f33afb881b67fad2ad78592392d56a9 /Changelog | |
parent | ae9d13f03e6c81ea00fafe6aa74b4a849ec8da1a (diff) | |
download | ffmpeg-streaming-a2eeed619de3bb257e82f0e06d1a580101bce54c.zip ffmpeg-streaming-a2eeed619de3bb257e82f0e06d1a580101bce54c.tar.gz |
changelog: drop redundant new attribute
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -7,13 +7,13 @@ version 10: - reference-counting for AVFrame and AVPacket data - avconv now fails when input options are used for output file or vice versa -- new avconv options -filter_script and -filter_complex_script, which allow a +- avconv options -filter_script and -filter_complex_script, which allow a filtergraph description to be read from a file - uniform options syntax across all filters -- new interlace filter +- interlace filter - JPEG 2000 decoder -- new asetpts filter (same as setpts, but for audio) -- new trim and atrim filters +- asetpts filter (same as setpts, but for audio) +- trim and atrim filters - avconv -t and -ss (output-only) options are now sample-accurate when transcoding audio - Matroska muxer can now put the index at the beginning of the file. |