mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 07:59:20 +00:00
Add support for jpeg/90000 codec - rfc2435
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@713 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
61e60dd351
commit
32189770c6
1 changed files with 1 additions and 1 deletions
|
|
@ -1044,7 +1044,7 @@ MSFilterDesc ms_snow_enc_desc={
|
|||
};
|
||||
|
||||
MSFilterDesc ms_mjpeg_enc_desc={
|
||||
.id=MS_MJPEG_ENC_ID,
|
||||
.id=MS_JPEG_ENC_ID,
|
||||
.name="MSMJpegEnc",
|
||||
.text=N_("A MJPEG encoder using ffmpeg library."),
|
||||
.category=MS_FILTER_ENCODER,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue