]> git.sesse.net Git - vlc/blobdiff - src/misc/objects.c
Remove VLC_OBJECT_ENCODER
[vlc] / src / misc / objects.c
index 350f87ad7753ce9ad1e86fd629303601c64672f3..fa1f69128f3698d3f379ae88986821f58a056214 100644 (file)
@@ -231,10 +231,6 @@ void * __vlc_object_create( vlc_object_t *p_this, int i_type )
             i_size = sizeof(decoder_t);
             psz_type = "packetizer";
             break;
-        case VLC_OBJECT_ENCODER:
-            i_size = sizeof(encoder_t);
-            psz_type = "encoder";
-            break;
         case VLC_OBJECT_AOUT:
             i_size = sizeof(aout_instance_t);
             psz_type = "audio output";