Anton Khirnov skrev 2011-07-09 11:20:
From: Benjamin Larsson<benja...@southpole.se>

Signed-off-by: Anton Khirnov<an...@khirnov.net>
---
  Changelog                |    4 ++
  doc/general.texi         |    1 +
  libavformat/Makefile     |    1 +
  libavformat/allformats.c |    1 +
  libavformat/wav.c        |   82 +++++++++++++++++++++++++++++++++++++++++++++-
  5 files changed, 88 insertions(+), 1 deletions(-)

diff --git a/Changelog b/Changelog
index b785197..afd1b85 100644
--- a/Changelog
+++ b/Changelog
@@ -2,6 +2,10 @@ Entries are sorted chronologically from oldest to youngest 
within each release,
  releases are sorted from youngest to oldest.


+vesion<next>:

Typo?

+- bwf muxer

Maybe capitalize to "BWF"?

+
+
  version 0.7:

  - E-AC-3 audio encoder
diff --git a/doc/general.texi b/doc/general.texi
index c97a757..2083395 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -66,6 +66,7 @@ library:
      @tab Used in Z and Z95 games.
  @item Brute Force&  Ignorance   @tab   @tab X
      @tab Used in the game Flash Traffic: City of Angels.
+@item BWF                       @tab   @tab X

This is a muxer, not a demuxer

The actual code looks OK.
We might want to add test cases for this, but that can be done later.

/Tomas
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to