On 04/28/2011 06:41 PM, Kirill Gavrilov wrote:
2011/4/28 Alex Converse mailto:alex.conve...@gmail.com>>
This code already won't compile in a C++ compiler because of the way
it uses malloc().
I know a lot of things why LibAV sources couldn't be compiled with C++
compiler
however I intere
2011/4/28 Alex Converse
> This code already won't compile in a C++ compiler because of the way
> it uses malloc().
>
I know a lot of things why LibAV sources couldn't be compiled with C++
compiler
however I interested what did you mean by malloc() usage? Usage without
explicit typecast?
Diego Bi
On Wed, Apr 27, 2011 at 9:35 PM, Kirill Gavrilov wrote:
> Just notice. I don't think that usage of "class_" name is stupid.
> "class" is a keyword in C++ and you can not use it as a name for variables.
> However while this name appear in source file (.c, not a header, because
> appearing in header
On Thu, Apr 28, 2011 at 08:35:46AM +0400, Kirill Gavrilov wrote:
> Just notice. I don't think that usage of "class_" name is stupid.
> "class" is a keyword in C++ and you can not use it as a name for variables.
> However while this name appear in source file (.c, not a header, because
> appearing i
Just notice. I don't think that usage of "class_" name is stupid.
"class" is a keyword in C++ and you can not use it as a name for variables.
However while this name appear in source file (.c, not a header, because
appearing in header will broke API with C++)
and this project probably will never be
Diego Biurrun writes:
> ---
> libavcodec/vorbisdec.c | 14 +++---
> 1 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/libavcodec/vorbisdec.c b/libavcodec/vorbisdec.c
> index d42507d..a9ddc7d 100644
> --- a/libavcodec/vorbisdec.c
> +++ b/libavcodec/vorbisdec.c
> @@ -1136
---
libavcodec/vorbisdec.c | 14 +++---
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/libavcodec/vorbisdec.c b/libavcodec/vorbisdec.c
index d42507d..a9ddc7d 100644
--- a/libavcodec/vorbisdec.c
+++ b/libavcodec/vorbisdec.c
@@ -1136,7 +1136,7 @@ static int vorbis_floor1_de