On Thu,  9 Jan 2014 15:38:14 -0500, Justin Ruggles <[email protected]> 
wrote:
> The global header is not explicitly required for playback, and
> omitting it allows for simple concatenation.
> ---
> fixed the option text
> 
>  libavformat/flacenc.c | 28 ++++++++++++++++++++++++++++
>  1 file changed, 28 insertions(+)
> 
> diff --git a/libavformat/flacenc.c b/libavformat/flacenc.c
> index 1e4042e..c98a963 100644
> --- a/libavformat/flacenc.c
> +++ b/libavformat/flacenc.c
> @@ -19,6 +19,7 @@
>   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 
> USA
>   */
>  
> +#include "libavutil/opt.h"
>  #include "libavcodec/flac.h"
>  #include "avformat.h"
>  #include "flacenc.h"
> @@ -26,6 +27,11 @@
>  #include "libavcodec/bytestream.h"
>  
>  
> +typedef struct FlacMuxerContext {
> +    AVClass *class;

This should be const I think.

Feel free to push with that fixed.

(maybe add a micro bump too)

-- 
Anton Khirnov
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to