Git Product home page Git Product logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 16, 2024
thank you! :)

Original comment by [email protected] on 7 Mar 2011 at 12:41

from crusher264.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 16, 2024
Hi David,

the patch compiles without any problems using a current git copy of FFmpeg :)

... unfortunately it does not seem to close the libcrusher264 module correctly; 
running FFmpeg with libcrusher264 a second time results in an encoder 
initialisation failure on my Debian Linux amd64 (squeeze) with my crusher264 
r71.

Do you have similar effects on your installation?

Original comment by [email protected] on 7 Mar 2011 at 12:50

from crusher264.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 16, 2024
I haven't had a lot of time to test, but you may be right. I did a pretty
mechanical variable replacement, so that's a potential source of error.

Original comment by [email protected] on 13 Mar 2011 at 12:24

from crusher264.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 16, 2024
Hi David,

let me know if you are going to provide an update of your patch. :)

Thank you and regards,
-Florian

Original comment by [email protected] on 13 Mar 2011 at 1:41

from crusher264.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 16, 2024
Hi, i become follow Error for make ( I use Debian Lenny, actually GIT FFMPEG, 
with manually patch):

test:~/ffmpeg# make
CC      libavdevice/alldevices.o
CC      libavdevice/alsa-audio-common.o
CC      libavdevice/alsa-audio-dec.o
libavdevice/alsa-audio-dec.c: In function 'audio_read_header':
libavdevice/alsa-audio-dec.c:66: warning: 'sample_rate' is deprecated (declared 
at ./libavformat/avformat.h:246)
libavdevice/alsa-audio-dec.c:67: warning: 'sample_rate' is deprecated (declared 
at ./libavformat/avformat.h:246)
libavdevice/alsa-audio-dec.c:69: warning: 'channels' is deprecated (declared at 
./libavformat/avformat.h:247)
libavdevice/alsa-audio-dec.c:70: warning: 'channels' is deprecated (declared at 
./libavformat/avformat.h:247)
libavdevice/alsa-audio-dec.c:62: warning: unused variable 'sw_params'
libavdevice/alsa-audio-dec.c: In function 'audio_read_packet':
libavdevice/alsa-audio-dec.c:109: warning: unused variable 'st'
CC      libavdevice/alsa-audio-enc.o
CC      libavdevice/avdevice.o
CC      libavdevice/crushercap.o
libavdevice/crushercap.c: In function 'crushercap_read_header':
libavdevice/crushercap.c:90: warning: 'channels' is deprecated (declared at 
./libavformat/avformat.h:247)
libavdevice/crushercap.c:91: warning: 'channels' is deprecated (declared at 
./libavformat/avformat.h:247)
libavdevice/crushercap.c:95: warning: 'sample_rate' is deprecated (declared at 
./libavformat/avformat.h:246)
libavdevice/crushercap.c:96: warning: 'sample_rate' is deprecated (declared at 
./libavformat/avformat.h:246)
libavdevice/crushercap.c:101: warning: 'standard' is deprecated (declared at 
./libavformat/avformat.h:252)
libavdevice/crushercap.c:101: warning: 'standard' is deprecated (declared at 
./libavformat/avformat.h:252)
libavdevice/crushercap.c:107: warning: 'channel' is deprecated (declared at 
./libavformat/avformat.h:251)
libavdevice/crushercap.c:107: warning: 'channel' is deprecated (declared at 
./libavformat/avformat.h:251)
libavdevice/crushercap.c:108: warning: 'channel' is deprecated (declared at 
./libavformat/avformat.h:251)
libavdevice/crushercap.c:113: warning: 'width' is deprecated (declared at 
./libavformat/avformat.h:248)
libavdevice/crushercap.c:113: warning: 'height' is deprecated (declared at 
./libavformat/avformat.h:249)
libavdevice/crushercap.c:114: warning: 'width' is deprecated (declared at 
./libavformat/avformat.h:248)
libavdevice/crushercap.c:115: warning: 'height' is deprecated (declared at 
./libavformat/avformat.h:249)
libavdevice/crushercap.c:118: warning: 'sample_rate' is deprecated (declared at 
./libavformat/avformat.h:246)
libavdevice/crushercap.c:119: warning: 'channels' is deprecated (declared at 
./libavformat/avformat.h:247)
libavdevice/crushercap.c:210: error: 'CODEC_TYPE_AUDIO' undeclared (first use 
in this function)
libavdevice/crushercap.c:210: error: (Each undeclared identifier is reported 
only once
libavdevice/crushercap.c:210: error: for each function it appears in.)
libavdevice/crushercap.c:219: warning: 'sample_rate' is deprecated (declared at 
./libavformat/avformat.h:246)
libavdevice/crushercap.c:234: warning: 'sample_rate' is deprecated (declared at 
./libavformat/avformat.h:246)
libavdevice/crushercap.c:247: warning: 'sample_rate' is deprecated (declared at 
./libavformat/avformat.h:246)
libavdevice/crushercap.c:255: error: 'CODEC_TYPE_VIDEO' undeclared (first use 
in this function)
libavdevice/crushercap.c: In function 'crushercap_read_packet':
libavdevice/crushercap.c:351: error: 'PKT_FLAG_KEY' undeclared (first use in 
this function)
make: *** [libavdevice/crushercap.o] Fehler 1

Original comment by [email protected] on 4 Jul 2011 at 1:32

from crusher264.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 16, 2024
[deleted comment]

from crusher264.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 16, 2024
updated patch for FFmpeg 0.7.7 peace ...

Original comment by [email protected] on 18 Nov 2011 at 2:01

Attachments:

from crusher264.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.