diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-10-30 13:45:44 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-10-30 13:52:03 +0100 |
commit | cd37963684d8ee9819af15ccebe09d84839101dd (patch) | |
tree | 33c99132f79f095301b4e453c40f0b77005f5b1d /doc | |
parent | 60e957476e338a200501e0bdad40b7bf0076b268 (diff) | |
parent | 381dc1a5ec0925b281c573457c413ae643567086 (diff) | |
download | ffmpeg-streaming-cd37963684d8ee9819af15ccebe09d84839101dd.zip ffmpeg-streaming-cd37963684d8ee9819af15ccebe09d84839101dd.tar.gz |
Merge commit '381dc1a5ec0925b281c573457c413ae643567086'
* commit '381dc1a5ec0925b281c573457c413ae643567086':
fate: ac3: Place E-AC-3 tests and AC-3 tests in different groups
fate: Add shorthands for acodec PCM and ADPCM tests
avconv: Drop unused function argument from do_video_stats()
cmdutils: Conditionally compile libswscale-related bits
aacenc: Drop some unused function arguments
rtsp: Avoid a cast when calling strtol
nut: support textual data
nutenc: verbosely report unsupported negative pts
Conflicts:
cmdutils.c
ffmpeg.c
libavformat/nut.c
libavformat/nutenc.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nut.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/nut.texi b/doc/nut.texi index d697e2e..0026a12 100644 --- a/doc/nut.texi +++ b/doc/nut.texi @@ -70,6 +70,12 @@ PFD[32] would for example be signed 32 bit little-endian IEEE float @item DVBS @tab DVB subtitles @end multitable +@section Raw Data + +@multitable @columnfractions .4 .4 +@item UTF8 @tab Raw UTF-8 +@end multitable + @section Codecs @multitable @columnfractions .4 .4 |