Browse code

changelog: drop redundant new attribute

Vittorio Giovara authored on 2013/11/28 23:01:50
Showing 1 changed files
... ...
@@ -7,13 +7,13 @@ version 10:
7 7
 - reference-counting for AVFrame and AVPacket data
8 8
 - avconv now fails when input options are used for output file
9 9
   or vice versa
10
-- new avconv options -filter_script and -filter_complex_script, which allow a
10
+- avconv options -filter_script and -filter_complex_script, which allow a
11 11
   filtergraph description to be read from a file
12 12
 - uniform options syntax across all filters
13
-- new interlace filter
13
+- interlace filter
14 14
 - JPEG 2000 decoder
15
-- new asetpts filter (same as setpts, but for audio)
16
-- new trim and atrim filters
15
+- asetpts filter (same as setpts, but for audio)
16
+- trim and atrim filters
17 17
 - avconv -t and -ss (output-only) options are now sample-accurate when
18 18
   transcoding audio
19 19
 - Matroska muxer can now put the index at the beginning of the file.