Quoting Diego Biurrun (2016-03-17 12:10:08)
> On Wed, Mar 09, 2016 at 05:15:44PM +0100, Anton Khirnov wrote:
> >
> > Not sure if you noticed, but there are other symbols with the same
> > problem:
> > def_lru
> > def_lru_555
> > def_lru_565
> > chroma_vals
>
> No, I didn't, how did you?
nm -g --
On Wed, Mar 09, 2016 at 05:15:44PM +0100, Anton Khirnov wrote:
>
> Not sure if you noticed, but there are other symbols with the same
> problem:
> def_lru
> def_lru_555
> def_lru_565
> chroma_vals
No, I didn't, how did you?
Diego
___
libav-devel mailin
Quoting Diego Biurrun (2016-03-08 17:55:36)
> ---
> libavcodec/h264.c | 2 +-
> libavcodec/h264.h | 2 +-
> libavcodec/h264_slice.c | 4 ++--
> 3 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/libavcodec/h264.c b/libavcodec/h264.c
> index 0b5b6c2..e9c13cc 100644
> ---
On Tue, Mar 8, 2016 at 11:55 AM, Diego Biurrun wrote:
> ---
> libavcodec/h264.c | 2 +-
> libavcodec/h264.h | 2 +-
> libavcodec/h264_slice.c | 4 ++--
> 3 files changed, 4 insertions(+), 4 deletions(-)
I'd use "internally public function" to avoid confusion with "public
api" in the
---
libavcodec/h264.c | 2 +-
libavcodec/h264.h | 2 +-
libavcodec/h264_slice.c | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 0b5b6c2..e9c13cc 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -424,7 +424,7