comparison beosaudio.cpp @ 2535:2ede5472f331 libavformat

Rename the format name audio_device (used in both oss and audio_beos) to oss and audio_beos. -f oss and -f audio_beos should be used instead.
author ramiro
date Fri, 07 Sep 2007 13:49:44 +0000
parents bbfeec27c98c
children
comparison
equal deleted inserted replaced
2534:bbfeec27c98c 2535:2ede5472f331
420 audio_close(s); 420 audio_close(s);
421 return 0; 421 return 0;
422 } 422 }
423 423
424 static AVInputFormat audio_beos_demuxer = { 424 static AVInputFormat audio_beos_demuxer = {
425 "audio_device", 425 "audio_beos",
426 "audio grab and output", 426 "audio grab and output",
427 sizeof(AudioData), 427 sizeof(AudioData),
428 NULL, 428 NULL,
429 audio_read_header, 429 audio_read_header,
430 audio_read_packet, 430 audio_read_packet,
432 NULL, 432 NULL,
433 AVFMT_NOFILE, 433 AVFMT_NOFILE,
434 }; 434 };
435 435
436 AVOutputFormat audio_beos_muxer = { 436 AVOutputFormat audio_beos_muxer = {
437 "audio_device", 437 "audio_beos",
438 "audio grab and output", 438 "audio grab and output",
439 "", 439 "",
440 "", 440 "",
441 sizeof(AudioData), 441 sizeof(AudioData),
442 #ifdef WORDS_BIGENDIAN 442 #ifdef WORDS_BIGENDIAN