Your message dated Wed, 06 Jan 2010 21:24:52 +0100
with message-id <87k4vvgewb....@faui44a.informatik.uni-erlangen.de>
and subject line Re: libavformat52: url_fclose: Takes one less pointer.
has caused the Debian Bug report #557595,
regarding libavformat52: url_fclose: Takes one less pointer.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
557595: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557595
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libavformat52
Version: 4:0.5+svn20090706-2+b1
Severity: normal

http://www.rainsoft.de/projects/ffmpeg_opencv.html

Outlines removing the '&' in 'url_fclose(&mywriter->oc->pb);'.

Perhaps catalyst to #557548.

I'd like to know what developers should do regarding this issue, it
would be joyous if...

1. url_fclose dereferenced arg1 and passed the result to _url_fclose.
2. configure could define something to inform the preprocessor of the
     correct syntax.  What's a SONAME bump and does this apply here?
3. If I knew what else has changed and thus needs changing in opencv.

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (990, 'stable'), (800, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-bpo.2-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages libavformat52 depends on:
ii  libavcodec52      4:0.5+svn20090706-2+b1 ffmpeg codec library
ii  libavutil49       4:0.5+svn20090706-2+b1 ffmpeg utility library
ii  libbz2-1.0        1.0.5-1                high-quality block-sorting file co
ii  libc6             2.10.1-3               GNU C Library: Shared libraries
ii  zlib1g            1:1.2.3.3.dfsg-12      compression library - runtime

libavformat52 recommends no packages.

libavformat52 suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
On Mo, Nov 23, 2009 at 05:34:57 (CET), Mike Mestnik wrote:

> Package: libavformat52
> Version: 4:0.5+svn20090706-2+b1
> Severity: normal
>
> http://www.rainsoft.de/projects/ffmpeg_opencv.html
>
> Outlines removing the '&' in 'url_fclose(&mywriter->oc->pb);'.
>
> Perhaps catalyst to #557548.

probably, but still a programming error in the application and not in
libavformat.

> I'd like to know what developers should do regarding this issue, it
> would be joyous if...
>
> 1. url_fclose dereferenced arg1 and passed the result to _url_fclose.
> 2. configure could define something to inform the preprocessor of the
>      correct syntax.  What's a SONAME bump and does this apply here?
> 3. If I knew what else has changed and thus needs changing in opencv.

4. Look at avio.h and note this:

,----
| /** @note when opened as read/write, the buffers are only used for
|     writing */
| int url_fopen(ByteIOContext **s, const char *filename, int flags);
| int url_fclose(ByteIOContext *s);
| URLContext *url_fileno(ByteIOContext *s);
`----

the function url_fclose() hasn't changed its signature upstream. Did you
perhaps confuse this with url_fopen?

In any case, this is not something for the debian bugtracker, but for
the libav-user mailing list:

https://lists.mplayerhq.hu/mailman/listinfo/libav-user/


-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4


--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to