[SCM] libav/experimental: Add docs and Changelog entry for the -copytb option added in r26340.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:21:57 UTC 2013


The following commit has been merged in the experimental branch:
commit fbd56159a099dafac617440a2312b47dcb0386c7
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sat Jan 15 11:13:07 2011 +0000

    Add docs and Changelog entry for the -copytb option added in r26340.
    
    Originally committed as revision 26362 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/Changelog b/Changelog
index 76f73ff..2e99fa4 100644
--- a/Changelog
+++ b/Changelog
@@ -72,6 +72,7 @@ version <next>:
 - SubRip (srt) subtitle decoder
 - floating-point AC-3 encoder added
 - Lagarith decoder
+- ffmpeg -copytb option added
 
 
 version 0.6:
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index ac3d564..9eb885b 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -687,6 +687,8 @@ the parameter is the maximum samples per second by which the audio is changed.
 without any later correction.
 @item -copyts
 Copy timestamps from input to output.
+ at item -copytb
+Copy input stream time base from input to output when stream copying.
 @item -shortest
 Finish encoding when the shortest input stream ends.
 @item -dts_delta_threshold

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list