Thread: Audio decoding CODEC_ID_MP3 cannot found

  1. #1
    Registered User
    Join Date
    Jan 2013
    Posts
    3

    Audio decoding CODEC_ID_MP3 cannot found

    Does any one know what is the problem here?i cannot get mp3 codec~~~i'm using VS 2010 to develop~~thx for helping~~

    Below is my code :
    mp3codec = avcodec_find_decoder(CODEC_ID_MP3);

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Post all your error messages.

    There's no way we can tell what you did wrong from one line of code and "it doesn't work".
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Decoding
    By jugs in forum C Programming
    Replies: 2
    Last Post: 10-27-2009, 02:20 PM
  2. Help with decoding program...
    By porsche911nfs in forum C++ Programming
    Replies: 18
    Last Post: 04-10-2009, 12:21 AM
  3. Decoding g++ executables
    By Opel_Corsa in forum Linux Programming
    Replies: 5
    Last Post: 02-20-2006, 03:03 AM
  4. Sounds and Audio Decoding/ Drive Access
    By coldfusion244 in forum Windows Programming
    Replies: 4
    Last Post: 03-03-2005, 02:50 PM
  5. Decoding
    By jk81 in forum C Programming
    Replies: 4
    Last Post: 11-12-2002, 11:24 PM